IHipPNGDecoder

Undocumented in source.
interface IHipPNGDecoder : IHipImageDecoder

Inherited Members

From IHipImageDecoder

startDecoding
bool startDecoding(ubyte[] data, void delegate() onSuccess, void delegate() onFailure)

Use that for decoding from memory, returns whether data was invalid.

getPixel
const(ubyte[4]) getPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()

Dispose the pixels

Meta